home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk1398.zip / HELP.FB < prev    next >
Text File  |  1990-04-13  |  10KB  |  185 lines

  1.  FILEBROWSER OPTIONS
  2.     FileBrowser may be loaded with the command line:
  3.          FB [-options] [speed] [editor] [d:][\path\]FILENAME[.ext]
  4.     The "options" currently available are 'q','m','b','s','e','w' and 't':
  5.      q : (Quiet Load) - Omit display of title screen before loading file.
  6.      m : Monochrome mode: use with MDA or Hercules card ONLY.
  7.      b : 'Black-and-White' mode for VGA/EGA/CGA cards.
  8.      s : specify CPU speed using the variable 'speed' (= integer in the
  9.          range 1-50).  If 's' is not specified, speed defaults to 5.
  10.      e : specify editor calling name using the variable 'editor'
  11.      w : load a Wordstar (tm) document file: if omitted, the file is assumed
  12.          to be an ASCII file. (The extended ASCII character set is supported).
  13.      t : Do not expand tabs.  The 'Tab' character will appear as a distinctive
  14.          graphic (ASCII 09). If omitted, tabs are expanded to spaces.
  15.  
  16.  GETTING HELP ON FileBrowser COMMANDS
  17.     FileBrowser commands are entered from the Menu Bar (activated by pressing 
  18.     the "Ins" key). To execute a command from the Menu Bar, move the Highlight
  19.     to the desired command and press "Return", or just type the first letter
  20.     of the command. To get help on the Highlighted command, press the "F1" key.
  21. 01
  22.  PRINT
  23.       The PRINT command is used to copy part of the current file to a new
  24.  file, to the lineprinter (device PRN), or to the FileBrowser NOTEPAD.  If
  25.  the "Print to File" option is selected, you will be prompted for the new
  26.  filename (which can include optional drive and path, e.g. d:\path\file.ext).
  27.  If the file specified already exists, you have the option of overwriting it
  28.  or appending text to it.
  29.      After specifying a destination, you will observe that the top line
  30.  of text in the main window is highlighted in reverse video, and a blinking
  31.  cursor appears on the next line.  You may move the cursor down to subsequent
  32.  lines - as this is done, the line above the cursor is marked. To 'unmark' a
  33.  line,  use the Up Arrow key.   When you have marked the desired number of
  34.  of lines, press the "Return" (or "Enter") key, and the marked lines will be
  35.  copied (in ASCII format). Press the "Esc" key to abort the operation and
  36.  return to 'Browse' mode.
  37.  
  38.       The "PRINT" commands may be given while in 'Browse' mode by pressing
  39.  the "F" key (copy to File), "P" key (copy to Printer) or "Alt-P" keys (copy
  40.  to Notepad).
  41. 02
  42.  BROWSE
  43.       The BROWSE command is used to view the current file - it just causes
  44.  FileBrowser to enter 'Browse' mode, (which is the default mode).  There are
  45.  several options:
  46.     - To scroll through the file, use the Up and Down arrow keys to move up
  47.       or down a line; use the 'PgUp' and 'PgDn' keys to move up or down by
  48.       one page.  The 'Home' and 'End' keys move to the beginning or end of
  49.       the file, respectively.
  50.     - To move forward or back by <n> lines (where <n> is an integer):
  51.       first press the "+" key, then enter the value of <n> (you will get a
  52.       prompt to do this on the bottom line of the screen), then press the Down
  53.       arrow, or Up arrow as desired.
  54.    -  To automatically scroll forward or backward, press the "*" key (aster-
  55.       isk) followed by the Down arrow or Up arrow key.  To select the speed,
  56.       type an integer from 0 to 9. [9 = fast, 0 = slow, 5 = medium].
  57.       Press any key to stop scrolling.
  58.    -  To move forward or backward to the next or preceding MARKed lines, use
  59.       the Right or Left arrow keys, respectively.
  60.  If the screen gets mangled for any reason, press Ctrl-L (^L) to redraw it.
  61. 03
  62.  SEARCH
  63.  
  64.         FileBrowser incorporates a simple pattern matching function, which
  65.  may be used to locate a string of text in a file.  A 'pattern' can contain
  66.  words, (a 'word' is defined as a string of alphanumeric characters), and
  67.  the wildcard symbol "*".  The symbol "*" matches any number of words,
  68.  (including no words!).  Thus, the pattern "the * fox" will match all of the
  69.  strings: "the fox", "the brown fox", "the quick brown fox".  The symbol "*"
  70.  is only legal inside a pattern string.
  71.         When 'SEARCH' is invoked, you will be prompted to input a pattern.
  72.  FileBrowser will automatically process your input into a legal pattern (you
  73.  will have a chance to correct errors).  The search then proceeds forward
  74.  from the Top Line displayed in the main window,  and is on a line-by-line
  75.  basis (patterns extending over two lines are not found).  At each successful
  76.  'hit', the line which matches the pattern will be highlighted, and you will
  77.  be asked if you wish to continue.   If you have selected the "SEARCH AND
  78.  MARK" option, the matching lines will be permanently marked (see MARK)
  79.         Note: The SEARCH command may also be given in BROWSE mode by simply
  80.  pressing the "S" key, or the "Ctrl-S" (^S) keychord for SEARCH and MARK.
  81. 04
  82.  MARK
  83.         There are two commands possible in this mode: MARK and UNMARK. The
  84.  (M)ARK command allows you to put a permanent 'mark' on a line, and highlight
  85.  any portion of it.  The (U)NMARK command is used to clear all 'marks' from
  86.  the text in the buffer.
  87.         When the MARK command is given, a cursor appears in the upper left-
  88.  hand corner of the main window;  use the arrow keys to move the cursor to
  89.  the start of the text you wish to highlight (you can only move to text which
  90.  is visible - scrolling is disabled),  and press the "Return" key.  Then use
  91.  the Right arrow key to add letters to the highlighted area (the Left arrow
  92.  key may be used to back up) and press "Return" when you are finished.  If a
  93.  line is already marked, you can unmark it by placing the cursor at the be-
  94.  ginning of the line and pressing "Return" or "Esc".  At any time in the MARK
  95.  operation you may abort and return to BROWSE mode by pressing the "Esc" key.
  96.  The SEARCH and MARK mode allows you to semi-automatically mark all instances
  97.  of a SEARCH pattern within a file.   It is entered from the SEARCH menu.
  98.         The MARK and UNMARK commands may be given in BROWSE mode by pressing
  99.  the M and U keys, respectively; SEARCH AND MARK command is given by pressing
  100.  the "Ctrl-S" (^S) keychord.
  101. 05
  102.  DOS
  103.  
  104.  The 'DOS' command suspends FileBrowser and returns to the DOS operating
  105.  system:  a second copy of the DOS command shell is loaded.  To alert you
  106.  that you have loaded another shell, the cursor will change to a small
  107.  flashing box instead of the normal flashing underscore.
  108.  
  109.  You may now carry out disk maintenance operations, run another program,
  110.  etc. The FileBrowser environment remains resident in memory; to return to
  111.  FileBrowser, type the command 'EXIT' at the DOS prompt.
  112.  
  113.       The "DOS" command may be given while in 'Browse' mode by simply
  114.  pressing the 'D' key.
  115. 06
  116.  EDIT
  117.       The "EDIT" command allows you to edit the current file using the
  118.  text editor of your choice.  You may specify the editor in the command
  119.  line when starting FileBrowser,  or by setting the DOS environment
  120.  variable "EDITOR".  If the variable "EDITOR" is not set, FileBrowser will
  121.  attempt to load the "vi" text editor.  Whatever text editor you choose,
  122.  it must be one that can accept the file name in the command line, e.g.
  123.  "vi filename". Be sure that the editor you will use is in a directory
  124.  specified by your DOS path (environment variable "PATH"). When the "EDIT"
  125.  command is given, FileBrowser writes a short Batch file in the same direc-
  126.  tory as the file being browsed, loads the batch file and exits; the batch
  127.  file then loads the editor, and after exiting from the editor, re-loads
  128.  FileBrowser with the edited version of the file.
  129.       The external editor may be entered while in 'Browse' mode by pressing
  130.  the "E" key.
  131.  
  132.       In NOTE mode only, you may use a built-in editor to edit the Notepad:
  133.  this is called from the EDIT menu or by pressing the "Alt-E" key.  While
  134.  using the built-in editor, the "F1" key pops up a list of valid commands.
  135. 07
  136.  NOTEPAD
  137.       The FileBrowser Notepad is a buffer in which you may make notes on the
  138.  file loaded into the Main Buffer.  When the Main Buffer is displayed, the
  139.  NOTE command switches to the Notepad display.  If the Notepad is currently
  140.  displayed, the NOTE command causes a pull-down menu to appear, with the
  141.  options of (a), loading a disk file into the Notepad or (b) editing the
  142.  current Notepad.  In contrast to the Main Buffer, the contents of the Note-
  143.  pad Buffer may be altered, so you may use it to make notes on the file being
  144.  browsed.  Almost all of the FileBrowser commands have the same effect when
  145.  you are viewing the Notepad Buffer as when viewing the Main Buffer.  To exit
  146.  from the Notepad Buffer, use the "Esc" or "QUIT" commands: several self-
  147.  explanatory options will be presented in a pull-down menu.
  148.       When you exit from FileBrowser, either temporarily (by calling an ex-
  149.  ternal editor) or permanently, the contents of the Notepad will be appended
  150.  to a Disk file named "{clip}.out" in the current (default) DOS directory. You
  151.  may flush the Notepad buffer into this file using the "Save and Clear" option
  152.  to quit Notepad. If you do not wish to save the buffer, use "Clear and Exit".
  153.       The Notepad Editor is started from the EDIT menu or by using the "Alt-E"
  154.  keychord.  The Editor allows you to type text into the Notepad, or to add,
  155.  delete or copy existing lines.  Consult the manual for complete details.
  156. 08
  157.  QUIT
  158.  
  159.  This command is used to exit permanently from FileBrowser.
  160.  To exit temporarily, use the 'DOS' command.  You may also exit from
  161.  FileBrowser when in 'Browse' mode by pressing the "Esc" key.
  162.  
  163.  When the QUIT command is given by either method, you will get a new menu
  164.  with three options: "Q - Quit without Saving", "S - Save Buffer and Quit",
  165.  and "Esc - Return to FileBrowser". The "S" option is especially useful if
  166.  you have added highlights to the text - these will be preserved in the saved
  167.  file.  The text will be saved in a file called "fb.out" in the current
  168.  (default) directory.
  169.  
  170.  An alternative method for quitting FileBrowser is to use a 'Ctrl-Break'
  171.  interrupt. This causes an immediate exit to DOS. This method can also
  172.  be used whenever FileBrowser is expecting keyboard input, e.g. when
  173.  entering a file name in 'File' mode, or entering a pattern in 'Search'
  174.  mode.
  175. 09
  176.  INFO
  177.  
  178.  Provides supplementary information about your FileBrowser license.
  179.  
  180.  To get the FileBrowser Title Screen, load a file without specifying
  181.  the '-q' option.
  182. 10
  183.  
  184.